ANativeWindow_FrameRateCompatibility

Compatibility value for ANativeWindow_setFrameRate.

Values

ValueMeaning
ANATIVEWINDOW_FRAME_RATE_COMPATIBILITY_DEFAULT0

There are no inherent restrictions on the frame rate of this window.

ANATIVEWINDOW_FRAME_RATE_COMPATIBILITY_FIXED_SOURCE1

This window is being used to display content with an inherently fixed frame rate, e.g. a video that has a specific frame rate. When the system selects a frame rate other than what the app requested, the app will need to do pull down or use some other technique to adapt to the system's frame rate. The user experience is likely to be worse (e.g. more frame stuttering) than it would be if the system had chosen the app's requested frame rate.

Meta